JAMS Developer Guide
GetEvents() Method


MVPSI.JAMS.Activities.PowerShell Namespace > PSWrapperGeneric<TResult> Class > GetEvents Method : GetEvents() Method
Returns the events for this instance of a component.
Syntax
'Declaration
 
Public Overloads Function GetEvents() As System.ComponentModel.EventDescriptorCollection
'Usage
 
Dim instance As PSWrapperGeneric(Of TResult)
Dim value As System.ComponentModel.EventDescriptorCollection
 
value = instance.GetEvents()
public System.ComponentModel.EventDescriptorCollection GetEvents()

Return Value

TypeDescriptor.GetEvents(this, true)
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PSWrapperGeneric<TResult> Class
PSWrapperGeneric<TResult> Members
Overload List